Platform Explorer / Nuxeo Platform 6.0

Extension point remotableSeamBeans

Documentation

Registers JS Remotable Seam Beans by their names

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.ui.web.seamremoting.RemotableSeamBeansDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-webapp-core-6.0.jar
    <extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent">
          <remotableSeamBeans>
              <beans>
                     <bean>FileManageActions</bean>
                     <bean>workspaceActions</bean>
                     <bean>documentActions</bean>
                     <bean>popupHelper</bean>
              </beans>
          </remotableSeamBeans>
      </extension>
  • nuxeo-platform-preview-6.0.jar
    <extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent">
        <remotableSeamBeans>
          <beans>
            <bean>previewActions</bean>
          </beans>
        </remotableSeamBeans>
      </extension>
  • nuxeo-platform-webapp-base-6.0.jar
    <extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent">
          <remotableSeamBeans>
              <beans>
                  <bean>clipboardActions</bean>
              </beans>
          </remotableSeamBeans>
      </extension>